home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Synchronized Media.dir / Scripts_12_# Wait with cuepoint number.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  111 b   |  8 lines

  1. on exitFrame
  2.   if IsPastCuePoint(sound(1), 3) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.